repo.or.cz
/
lwes-dotnet
/
github-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added initial documentation tree using doxygen. More tweaks on the license text ensur...
[lwes-dotnet/github-mirror.git]
/
Test Projects
/
Lwes-test-listener-console
/
App.config
blob
38b87f64aa39ddb36b805517515ddede51653df3
1
<?xml version="1.0" encoding="utf-8" ?>
\r
2
<configuration>
\r
3
<configSections>
\r
4
<section name="lwes"
\r
5
type="Org.Lwes.Config.LwesConfigurationSection, Org.Lwes"/>
\r
6
</configSections>
\r
7
<lwes>
\r
8
<listeners>
\r
9
<add name="default"
\r
10
multicast = "true"
\r
11
parallel ="false" />
\r
12
</listeners>
\r
13
</lwes>
\r
14
<runtime>
\r
15
<gcServer enabled="true"/>
\r
16
</runtime>
\r
17
</configuration>